My app crashes running on Monterey beta5 version.
There is no crash on older OS versions include BigSur.
Is there any check point to make it working correctly?
Thanks in advance.
Crash log
Version: 1.3.3 (133)
Code Type: X86-64 (Translated)
Parent Process: launchd [1]
User ID: 501
Date/Time: 2021-08-30 16:56:48.6868 +0900
OS Version: macOS 12.0 (21A5304g)
Report Version: 12
Anonymous UUID: 9A9E9393-C44E-626D-0581-6EBF024BC014
Time Awake Since Boot: 1100 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
This copy of libswiftCore.dylib requires an OS version prior to 10.14.4.
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 ??? 0x7ff893d6a940 ???
1 libsystem_kernel.dylib 0x7ff8039d22a2 0x7ff8039cb000 + 29346
2 libsystem_c.dylib 0x7ff803954d10 0x7ff8038d3000 + 531728
3 libswiftCore.dylib 0x10bf54b05 0x10bc8c000 + 2919173
4 libswiftCore.dylib 0x10bf4c6df 0x10bc8c000 + 2885343
5 dyld 0x2010ee839 0x2010da000 + 84025
6 dyld 0x201114cab 0x2010da000 + 240811
7 dyld 0x20110c473 0x2010da000 + 205939
8 dyld 0x2010dbd91 0x2010da000 + 7569
9 dyld 0x20110c1fb 0x2010da000 + 205307
10 dyld 0x2011146dc 0x2010da000 + 239324
11 dyld 0x20111494e 0x2010da000 + 239950
12 dyld 0x2010ee76c 0x2010da000 + 83820
13 dyld 0x2010ee8f8 0x2010da000 + 84216
14 dyld 0x2010ee8db 0x2010da000 + 84187
15 dyld 0x2010ee8db 0x2010da000 + 84187
16 dyld 0x2010ee8db 0x2010da000 + 84187
17 dyld 0x2010ee99c 0x2010da000 + 84380
18 dyld 0x201102080 0x2010da000 + 163968
19 dyld 0x2010e0310 0x2010da000 + 25360
20 dyld 0x2010df4b4 0x2010da000 + 21684
21 dyld 0x2010da000 ???
Post
Replies
Boosts
Views
Activity
Hi,I'm developing a VoIP application using CallKit.The AVAudioSession activated by my application has been muted after emergency alert.This issue happens on Google Duo / Facebook Messenger / Zoom also.This issue is 100% reproducible running on iOS 13.3 ~ 13.5.1.2 kinds of audio interruption "AVAudioSessionInterruptionTypeBegan" and "AVAudioSessionInterruptionTypeEnded" events placed at exact time.And my application tries to activate audio session after "AVAudioSessionInterruptionTypeEnded" event, but it fails every time.**** Error Logs ****Error Domain=NSOSStatusErrorDomain Code=1701737535 "(null)" --> AVAudioSessionErrorCodeMissingEntitlementPlease let me know if you can give me some tip or hint to overcome this issue.Best Regards.